func encoding/asn1.getUniversalType

4 uses

	encoding/asn1 (current package)
		asn1.go#L609: 	matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
		asn1.go#L784: 	matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
		common.go#L151: func getUniversalType(t reflect.Type) (matchAny bool, tagNumber int, isCompound, ok bool) {
		marshal.go#L624: 	matchAny, tag, isCompound, ok := getUniversalType(v.Type())